home *** CD-ROM | disk | FTP | other *** search
/ Die Speccy' 97 / Die Speccy' 97.iso / amiga_system / the_aminet / comm / mail / netmail_13.lha / NetMail / Drivers / LocalEcho.mailget < prev    next >
Text File  |  1995-07-28  |  239b  |  19 lines

  1. /*
  2. ** $VER: LocalEcho.mailget 1.1 (7.7.95)
  3. ** Copyright (c) 1995 Riccardo Solmi
  4. **
  5. */
  6.  
  7. OPTIONS RESULTS
  8. OPTIONS FAILAT 21
  9. PARSE ARG email, user, pwd, host, mbox, flags
  10.  
  11. echo email
  12. echo user
  13. echo pwd
  14. echo host
  15. echo mbox
  16. echo flags
  17.  
  18. RETURN 0
  19.